public class DeleteVaccinazioneResItem
extends java.lang.Object
Classe Java per deleteVaccinazioneResItem complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="deleteVaccinazioneResItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="successo" type="{http://giava.rsr.rupar.puglia.it}deleteVaccinazioneItem"/>
<element name="errore" type="{http://giava.rsr.rupar.puglia.it}Errore" maxOccurs="unbounded"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Errore> |
errore |
protected DeleteVaccinazioneItem |
successo |
| Constructor and Description |
|---|
DeleteVaccinazioneResItem() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Errore> |
getErrore()
Gets the value of the errore property.
|
DeleteVaccinazioneItem |
getSuccesso()
Recupera il valore della proprietà successo.
|
void |
setSuccesso(DeleteVaccinazioneItem value)
Imposta il valore della proprietà successo.
|
protected DeleteVaccinazioneItem successo
protected java.util.List<Errore> errore
public DeleteVaccinazioneItem getSuccesso()
DeleteVaccinazioneItempublic void setSuccesso(DeleteVaccinazioneItem value)
value - allowed object is
DeleteVaccinazioneItempublic java.util.List<Errore> getErrore()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the errore property.
For example, to add a new item, do as follows:
getErrore().add(newItem);
Objects of the following type(s) are allowed in the list
Errore